home *** CD-ROM | disk | FTP | other *** search
- /* version control information */
- #include "global.h"
- /* Change only the part after the decimal when making local changes.
- * Prefix is changed only by N3EUA. Persons other than KA9Q making local
- * changes and fixes should append letters to the suffix.
- */
- #ifdef LARGEDATA
- char Version[] = "890621 NOS (TurboC large model)";
- #else
- char Version[] = "890621 NOS (TurboC)";
- #endif
-